.NET Framework Class Library |
ThreadLocal<(Of <(T>)>)..::.IsValueCreated Property |
ThreadLocal<(Of <(T>)>) Class See Also Send Feedback |
Gets whether Value is initialized on the current thread.
Namespace:
System.Threading
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsValueCreated As Boolean |
C# |
---|
public bool IsValueCreated { get; } |
Exceptions
Exception | Condition |
---|---|
System..::.ObjectDisposedException | The ThreadLocal<(Of <(T>)>) instance has been disposed. |